home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 7708 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.4 KB

  1. Path: wossname.apana.org.au!fjc
  2. Subject: OO Languages, was: toy operating systems, like AmigaOS
  3. Newsgroups: comp.sys.amiga.misc,comp.sys.amiga.programmer
  4. Followup-To: comp.sys.amiga.misc,comp.sys.amiga.programmer
  5. References: <4ksuge$haa@nadine.teleport.com> <4kt6p4$noh@melimelo.enst-bretagne.fr> <cg.7e8d@ami-cg.GraySage.Edmonton.AB.CA> <3176ACD6.73DD@gih.no>
  6. X-Newsreader: TIN [AMIGA 1.3 950726BETA PL0]
  7. From: fjc@wossname.apana.org.au (Frank Copeland)
  8. Message-ID: <fjc.36hp@wossname.apana.org.au>
  9. Date: Sun, 21 Apr 96 13:03:16 +1000
  10. Organization: International Oberon Secret Society
  11.  
  12. HAAVARD JAKOBSEN (haa_jako@gih.no) wrote:
  13. : Chris Gray wrote:
  14. : > proux@enstb.enst-bretagne.fr writes:
  15. : > > I am the opinion that with this old boring programming style...
  16. : > > 200000 lines
  17. : > > code... you will have bug.
  18. : > >
  19. : > > BUT when you do some Object Oriented Style Programming, you have more
  20. : > > much ch
  21. : > > not to do critical bug because of independancies of every part of
  22. : > > your progra
  23. : >
  24. : HAVE YOU EVER TRIED TO WRITE IN C++???????
  25. : It's SO  easy to make bugs in it, that you wouldn't believe it!!!!
  26.  
  27. C++ isn't the only OO language, and it is probably one of the worst. You'll
  28. find its much harder to create bugs in languages that have been properly
  29. designed for the job, such as Oberon.
  30.  
  31. Frank Copeland
  32. --
  33. MODULE Sig;
  34. (* $Author: Frank Copeland <fjc@wossname.apana.org.au> $ *)
  35. IMPORT StdDisclaimer, CleverQuote, AdvocateOberon;
  36. END Sig.
  37.